(report-emacs-bug): Don't switch the buffer to
authorEli Zaretskii <eliz@gnu.org>
Thu, 10 May 2001 15:47:02 +0000 (15:47 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 10 May 2001 15:47:02 +0000 (15:47 +0000)
unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.

lisp/mail/emacsbug.el

index 2d09083cc61a11876473a8b52027105e547b1eac..0b4cfeaaaa93e84a5d7f01acd9a4e83b4ae32e91 100644 (file)
@@ -89,8 +89,6 @@ Prompts for bug subject.  Leaves you in a mail buffer."
     (forward-line 1)
 
     (let ((signature (buffer-substring (point) (point-max))))
-      ;; Discourage users to write non-English text.
-      (set-buffer-multibyte nil)
       (delete-region (point) (point-max))
       (insert signature)
       (backward-char (length signature)))